home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / applied / prevent_insert < prev    next >
Text File  |  2001-04-06  |  456b  |  16 lines

  1. SYNOPSIS
  2.         int prevent_insert()
  3.  
  4. DESCRIPTION
  5.         In compat mode, this function is used by the efun transfer().
  6.  
  7.         Define this function in objects that are neither living nor
  8.         rooms if you want to prevent to put something into current
  9.         object.
  10.  
  11.         Return true if ok, otherwise 0. That means that default is
  12.         that it is not possible to put something into an object.
  13.  
  14. SEE ALSO
  15.         transfer(E), can_put_and_get(A)
  16.